-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server/storage/wal: fix oss-fuzz issue 44433 #13689
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AdamKorcz It looks good to me but a small suggestion - considering multiple use of int(number) and enum.Values() it would be nice to create variables for them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## main #13689 +/- ##
==========================================
- Coverage 72.77% 72.72% -0.06%
==========================================
Files 465 465
Lines 37865 37915 +50
==========================================
+ Hits 27556 27573 +17
- Misses 8535 8562 +27
- Partials 1774 1780 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing comments quickly @AdamKorcz
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44433